home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / cnet / cnet_toolkit.lha / routines / UNLOCK < prev    next >
Text File  |  1997-04-05  |  208b  |  3 lines

  1. UNLOCK: procedure;arg p;getuser 2400088;ta=result;if p=0 then do i=1 to ta;savescratch (-i);sendstring ".";end i
  2.   else do;findaccount p;id=result;savescratch (-id);end;transmit "Account(s) unlocked.";return
  3.